remove-windows
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)
committerPeter Michael Green <plugwash@debian.org>
Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)
===================================================================

Gbp-Pq: Name remove-windows.patch

Cargo.toml

index fd6fd9ce58eb5cff817d4192e5ccb315df2b58cd..236069b18527f85dd733c918d95346744d77315a 100644 (file)
@@ -252,13 +252,6 @@ version = "0.9"
 version = "1.2.8"
 default-features = false
 
-[target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))'.dependencies.windows-sys]
-version = "0.52"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Threading",
-]
-
 [target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_vendor = "apple", any(target_os = "ios", target_os = "macos", target_os = "tvos", target_os = "visionos", target_os = "watchos")))'.dependencies.libc]
 version = "0.2.155"
 default-features = false